crypto/tls.clientHandshakeStateTLS13.keyShareKeys (field)
9 uses
crypto/tls (current package)
handshake_client.go#L360: keyShareKeys: keyShareKeys,
handshake_client_tls13.go#L26: keyShareKeys *keySharePrivateKeys
handshake_client_tls13.go#L60: if hs.keyShareKeys == nil || hs.keyShareKeys.ecdhe == nil || len(hs.hello.keyShares) == 0 {
handshake_client_tls13.go#L342: hs.keyShareKeys = &keySharePrivateKeys{curveID: curveID, ecdhe: key}
handshake_client_tls13.go#L492: peerKey, err := hs.keyShareKeys.ecdhe.Curve().NewPublicKey(ecdhePeerData)
handshake_client_tls13.go#L497: sharedKey, err := hs.keyShareKeys.ecdhe.ECDH(peerKey)
handshake_client_tls13.go#L503: if hs.keyShareKeys.kyber == nil {
handshake_client_tls13.go#L507: kyberShared, err := kyberDecapsulate(hs.keyShareKeys.kyber, ciphertext)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |